home *** CD-ROM | disk | FTP | other *** search
/ Mac Expert 1995 Winter / Mac Expert - Winter 95.iso / Les fichiers / Utilitaires divers / Images / Mac POV Utils 1.1 ƒ / POV-Utils Docs.Raw / Swoop / TEST.PI < prev   
Encoding:
Text File  |  1992-09-13  |  365 b   |  30 lines  |  [TEXT/ttxt]

  1. viewpoint {
  2.    from <0, 0, -16>
  3.    at <0, 0, 0>
  4.    up <0,1,0>
  5.    angle 45
  6.    hither 1
  7.    resolution 320, 200
  8.    }
  9.  
  10. background SkyBlue
  11. light <80, 100, -100>
  12.  
  13. define shiny_red
  14. texture {
  15.    surface {
  16.       ambient red, 0.2
  17.       diffuse red, 0.8
  18.       specular white, 0.7
  19.       microfacet Reitz 10
  20.       }
  21. }
  22.  
  23. include "c:\c\test.inc"
  24.  
  25. object {
  26.    test
  27.    shiny_red
  28.  
  29.